runtime.workType.full (field)

9 uses

	runtime (current package)
		mgc.go#L328: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L1963: 	if next, jobs := work.markrootNext.Load(), work.markrootJobs.Load(); work.full != 0 || next < jobs {
		mgc.go#L1964: 		print("runtime: full=", hex(work.full), " next=", next, " jobs=", jobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
		mgcmark.go#L1306: 		if work.full == 0 {
		mgcmark.go#L1406: 		if work.full == 0 {
		mgcmark_greenteagc.go#L1166: 	if !work.full.empty() {
		mgcwork.go#L492: 	work.full.push(&b.node)
		mgcwork.go#L500: 	b := (*workbuf)(work.full.pop())
		mgcwork.go#L527: 	if work.full != 0 {